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.

18 lines
440 B

  1. /* Copyright (c) Microsoft Corporation */
  2. #define ISOLATION_AWARE_ENABLED 1
  3. #include "windows.h"
  4. #include "winuser.h"
  5. #include "prsht.h"
  6. #include "commdlg.h"
  7. #include "commctrl.h"
  8. #include <stdio.h>
  9. extern "C"
  10. void Test_Shfusion2_InlineCpp()
  11. {
  12. printf("%p\n", (void*)&LoadLibraryW);
  13. printf("%p\n", (void*)&LoadLibraryA);
  14. printf("%p\n", (void*)&CreateWindowExW);
  15. printf("%p\n", (void*)&CreateWindowExA);
  16. }