/[winpt]/trunk/Include/wptErrors.h
ViewVC logotype

Diff of /trunk/Include/wptErrors.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23 by twoaday, Fri Sep 30 10:10:16 2005 UTC revision 24 by twoaday, Sat Oct 8 10:43:08 2005 UTC
# Line 21  Line 21 
21  #ifndef WPT_ERRORS_H  #ifndef WPT_ERRORS_H
22  #define WPT_ERRORS_H  #define WPT_ERRORS_H
23    
24    #define w32_errno ((int)GetLastError ())
25    
26  #define DEBUG(MSG)   debug   (MSG, __FILE__, __LINE__)  #define DEBUG(MSG)   debug   (MSG, __FILE__, __LINE__)
27  #define DEBUG_F(MSG) debug_f (MSG, __FILE__, __LINE__)  #define DEBUG_F(MSG) debug_f (MSG, __FILE__, __LINE__)
28                    
# Line 75  void winpt_errmsg (const char * name, in Line 77  void winpt_errmsg (const char * name, in
77  void winpt_debug_msg (void);  void winpt_debug_msg (void);
78  void debug_box (const char * msg, const char * file, int line);  void debug_box (const char * msg, const char * file, int line);
79  void debug_f (const char * msg, const char * file, int line);  void debug_f (const char * msg, const char * file, int line);
80  void log_f (const char * format, ...);  void log_debug (const char * format, ...);
81  int log_box (const char * title, int style, const char * format, ...);  int log_box (const char * title, int style, const char * format, ...);
82    
83  /*-- wptW32API.cpp --*/  /*-- wptW32API.cpp --*/

Legend:
Removed from v.23  
changed lines
  Added in v.24

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26