Release 971012
[wine/multimedia.git] / misc / w32sys.c
blob427b47ed3cfb7224c0bc36c60ff3288d8ecc9256
1 /*
2 * W32SYS
3 * helper DLL for Win32s
5 * Copyright (c) 1996 Anand Kumria
6 */
8 #include "windows.h"
9 #include "w32sys.h"
12 /***********************************************************************
13 * GetWin32sInfo (W32SYS.12)
15 WORD WINAPI GetWin32sInfo( LPWIN32SINFO lpInfo)
17 lpInfo->bMajor = 1;
18 lpInfo->bMinor = 3;
19 lpInfo->wBuildNumber = 0;
20 lpInfo->fDebug = FALSE;
22 return 0;