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.

17 lines
427 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. void Test_Shfusion2_Inline2C()
  10. {
  11. printf("%p\n", (void*)&CreateWindowExA);
  12. printf("%p\n", (void*)&CreateWindowExW);
  13. printf("%p\n", (void*)&LoadLibraryA);
  14. printf("%p\n", (void*)&LoadLibraryW);
  15. }