loadini.h 148 B

12345678
  1. #ifndef NULLSOFT_LOADINIH
  2. #define NULLSOFT_LOADINIH
  3. #include <windows.h>
  4. extern wchar_t INI_FILE[MAX_PATH];
  5. void IniFile(HWND hMainWindow);
  6. #endif