Last change
on this file since 225 was 225, checked in by sandervl, 26 years ago |
Message handler updates & bugfixes
|
File size:
322 bytes
|
Line | |
---|
1 | /* $Id: wndmsg.h,v 1.1 1999-06-27 16:23:23 sandervl Exp $ */
|
---|
2 | /*
|
---|
3 | * Win32 window message text function for OS/2
|
---|
4 | *
|
---|
5 | * Copyright 1999 Sander van Leeuwen
|
---|
6 | *
|
---|
7 | *
|
---|
8 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
9 | *
|
---|
10 | */
|
---|
11 | #ifndef __WNDMSG_H__
|
---|
12 | #define __WNDMSG_H__
|
---|
13 |
|
---|
14 | #ifdef DEBUG
|
---|
15 | char *GetMsgText(int Msg);
|
---|
16 | #endif
|
---|
17 |
|
---|
18 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.