Advertisement
Guest User

Plik .h ale z cpp a nie asm

a guest
Mar 23rd, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #pragma once
  2.  
  3. #include "resource.h"
  4. #include <windows.h>
  5.  
  6. extern "C" int _stdcall FindChar_1(void);
  7. extern "C" int _stdcall FindChar_2(void);
  8. extern "C" int _stdcall FindChar_3(LPSTR String);
  9. extern "C" int _stdcall FindChar_4(void);
  10. extern "C" int _stdcall FindChar_5(void);
  11. extern "C" int _stdcall FindChar_6(void);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement