10 lines
146 B
C
10 lines
146 B
C
#ifndef __GETDFRGRES_H
|
|
#define __GETDFRGRES_H
|
|
|
|
#include "DfrgRes.h"
|
|
#include <windef.h>
|
|
|
|
HINSTANCE GetDfrgResHandle(BOOL fReset = FALSE);
|
|
|
|
#endif
|