source:
branches/common_functions/include/window_funcs.h
Last change on this file was 4, checked in by , 8 years ago | |
---|---|
File size: 197 bytes |
Line | |
---|---|
1 | #ifndef WINDOW_H_INCLUDED |
2 | #define WINDOW_H_INCLUDED |
3 | |
4 | #if __cplusplus |
5 | extern "C" { |
6 | #endif |
7 | |
8 | BOOL WinSetWindowToTop(HWND hwnd); |
9 | |
10 | #if __cplusplus |
11 | } |
12 | #endif |
13 | |
14 | #endif /* WINDOW_H_INCLUDED */ |
Note:
See TracBrowser
for help on using the repository browser.