Line | |
---|
1 | // Windows Header Files:
|
---|
2 | #include <windows.h>
|
---|
3 |
|
---|
4 | // C RunTime Header Files
|
---|
5 | #include <stdlib.h>
|
---|
6 | #include <malloc.h>
|
---|
7 | #include <memory.h>
|
---|
8 | #include <tchar.h>
|
---|
9 |
|
---|
10 |
|
---|
11 | #if !defined(AFX_OKEYTEST_H__05D06965_C6DD_11D5_B6AE_004854D1C794__INCLUDED_)
|
---|
12 | #define AFX_OKEYTEST_H__05D06965_C6DD_11D5_B6AE_004854D1C794__INCLUDED_
|
---|
13 |
|
---|
14 | #if _MSC_VER > 1000
|
---|
15 | #pragma once
|
---|
16 | #endif // _MSC_VER > 1000
|
---|
17 |
|
---|
18 | #include "resource.h"
|
---|
19 |
|
---|
20 |
|
---|
21 | //
|
---|
22 | // exported functions
|
---|
23 | //
|
---|
24 | void APIENTRY logString(LPSTR lpstrOrigin, LPSTR lpstrText);
|
---|
25 | void APIENTRY logMessage(LPSTR lpstrOrigin, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
|
---|
26 |
|
---|
27 |
|
---|
28 | #endif // !defined(AFX_OKEYTEST_H__05D06965_C6DD_11D5_B6AE_004854D1C794__INCLUDED_)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.