Leaked source code of windows server 2003
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.

19 lines
352 B

  1. //#define STRICT
  2. //#define WIN32_LEAN_AND_MEAN
  3. #define _MBCS
  4. #include <windows.h>
  5. #include <setupapi.h>
  6. #include <stdlib.h>
  7. #include <assert.h>
  8. #include <stdio.h>
  9. #include <mbstring.h>
  10. #include <tchar.h>
  11. #include "poolmem.h"
  12. #include "miginf.h"
  13. #pragma warning(4:4100) // Lower serverity of "unreferenced formal parameter"