Changeset 2802 for trunk/src/gdi32/line.cpp
- Timestamp:
- Feb 16, 2000, 3:25:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/line.cpp
r2767 r2802 1 /* $Id: line.cpp,v 1. 5 2000-02-12 18:08:57 cbratschiExp $ */1 /* $Id: line.cpp,v 1.6 2000-02-16 14:18:10 sandervl Exp $ */ 2 2 /* 3 3 * Line API's … … 15 15 #include "oslibgpi.h" 16 16 17 #define DBG_LOCALLOG DBG_line 18 #include "dbglocal.h" 19 17 20 #define ROUND_FLOAT(x) ((INT)((x < 0) ? x-0.5:x+0.5)) 18 21
Note:
See TracChangeset
for help on using the changeset viewer.