Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenstubs.c
Go to the documentation of this file.
00001 00002 #include <stubs.h> 00003 00004 #undef UNIMPLEMENTED 00005 #define UNIMPLEMENTED __wine_spec_unimplemented_stub("msvcrt.dll", __FUNCTION__) 00006 00007 int __get_app_type() 00008 { 00009 UNIMPLEMENTED; 00010 return 0; 00011 } 00012 00013 int _fileinfo = 0; 00014 00015 void * 00016 __p__fileinfo() 00017 { 00018 return &_fileinfo; 00019 } 00020 00021 unsigned char _mbcasemap[1]; 00022 00023 void * 00024 __p__mbcasemap() 00025 { 00026 return _mbcasemap; 00027 } 00028 00029 int _atodbl( 00030 void * value, 00031 char * str) 00032 { 00033 UNIMPLEMENTED; 00034 return 0; 00035 } 00036 00037 int _ismbbkprint( 00038 unsigned int c) 00039 { 00040 UNIMPLEMENTED; 00041 return 0; 00042 } 00043 00044 size_t _heapused( size_t *pUsed, size_t *pCommit ) 00045 { 00046 UNIMPLEMENTED; 00047 return( 0 ); 00048 } 00049 00050 int MSVCRT__inp( 00051 unsigned short port) 00052 { 00053 return _inp(port); 00054 } 00055 00056 unsigned short MSVCRT__inpw( 00057 unsigned short port) 00058 { 00059 return _inpw(port); 00060 } 00061 00062 unsigned long MSVCRT__inpd( 00063 unsigned short port) 00064 { 00065 return _inpd(port); 00066 } 00067 00068 00069 int MSVCRT__outp( 00070 unsigned short port, 00071 int databyte) 00072 { 00073 return _outp(port, databyte); 00074 } 00075 00076 unsigned short MSVCRT__outpw( 00077 unsigned short port, 00078 unsigned short dataword) 00079 { 00080 return _outpw(port, dataword); 00081 } 00082 00083 unsigned long MSVCRT__outpd( 00084 unsigned short port, 00085 unsigned long dataword) 00086 { 00087 return _outpd(port, dataword); 00088 } Generated on Sun May 27 2012 04:21:45 for ReactOS by
1.7.6.1
|