| Line |  | 
|---|
| 1 | /* $Id: wow32.cpp,v 1.1 2001-05-28 18:13:47 phaller Exp $ */ | 
|---|
| 2 |  | 
|---|
| 3 | /* | 
|---|
| 4 | * Win32 WOW32 APIs for OS/2 | 
|---|
| 5 | * | 
|---|
| 6 | * Copyright 2001      Patrick Haller <patrick.haller@innotek.de> | 
|---|
| 7 | * | 
|---|
| 8 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
| 9 | */ | 
|---|
| 10 |  | 
|---|
| 11 |  | 
|---|
| 12 | #include <os2win.h> | 
|---|
| 13 | #include <odinwrap.h> | 
|---|
| 14 | #include <misc.h> | 
|---|
| 15 | #include <unicode.h> | 
|---|
| 16 | #include <heapstring.h> | 
|---|
| 17 | #include <wow32.h> | 
|---|
| 18 |  | 
|---|
| 19 | ODINDEBUGCHANNEL(WOW32) | 
|---|
| 20 |  | 
|---|
| 21 |  | 
|---|
| 22 | /***************************************************************************** | 
|---|
| 23 | * Name      : DWORD WOWHandle16 | 
|---|
| 24 | * Purpose   : | 
|---|
| 25 | * Parameters: | 
|---|
| 26 | * Variables : | 
|---|
| 27 | * Result    : | 
|---|
| 28 | * Remark    : This function resides in KERNEL32 in Win98. However, | 
|---|
| 29 | *             for ODIN, we can place it here very well. | 
|---|
| 30 | * Status    : UNTESTED STUB | 
|---|
| 31 | * | 
|---|
| 32 | * Author    : Patrick Haller [Mon, 2001-05-28] | 
|---|
| 33 | *****************************************************************************/ | 
|---|
| 34 |  | 
|---|
| 35 |  | 
|---|
| 36 | ODINFUNCTION2(DWORD, WOWHandle16, | 
|---|
| 37 | DWORD, arg1, | 
|---|
| 38 | DWORD, arg2) | 
|---|
| 39 | { | 
|---|
| 40 | dprintf(("WOW32: WowHandle16 not implemented.\n")); | 
|---|
| 41 |  | 
|---|
| 42 | SetLastError(ERROR_CALL_NOT_IMPLEMENTED); | 
|---|
| 43 |  | 
|---|
| 44 | return 0; | 
|---|
| 45 | } | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.