Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
146 B

  1. #ifndef __GETDFRGRES_H
  2. #define __GETDFRGRES_H
  3. #include "DfrgRes.h"
  4. #include <windef.h>
  5. HINSTANCE GetDfrgResHandle(BOOL fReset = FALSE);
  6. #endif