ultimatepp/bazaar/SysInfo/OSwin.h
koldo 58543eeeaa SysInfo: Removed warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@13619 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-09-29 16:22:25 +00:00

18 lines
320 B
C

#ifndef _SysInfo_OSwin_h_
#define _SysInfo_OSwin_h_
typedef void (WINAPI *PGNSI)(LPSYSTEM_INFO);
typedef BOOL (WINAPI *PGPI)(DWORD, DWORD, DWORD, DWORD, PDWORD);
#ifdef __cplusplus
extern "C" {
#endif
PGNSI Get_GetNativeSystemInfo();
PGPI Get_GetProductInfo();
#ifdef __cplusplus
}
#endif
#endif