| Line |  | 
|---|
| 1 | - GetBitmapDimensionEx returns (0,0) for icon bitmaps (TODO) | 
|---|
| 2 | - Open32 returns double height of icon masks (correct for OS/2, but | 
|---|
| 3 | not for color win32 icon color bitmaps!) ('workaround' present) | 
|---|
| 4 |  | 
|---|
| 5 | - AH: Registry entires have trailing newline character 0xA. Could | 
|---|
| 6 | be a bug in the registry write code | 
|---|
| 7 |  | 
|---|
| 8 | - AH: Syscolors are not matched correctly, OS/2 does not take the | 
|---|
| 9 | exact RGB color but rather something "similar" | 
|---|
| 10 |  | 
|---|
| 11 | - CB: GDI32 coding rules: | 
|---|
| 12 | - Don't call functions which record metafiles inside GDI32 | 
|---|
| 13 | Use OSLibGpi* functions or create a new function called Odin* which | 
|---|
| 14 | doesn't add metafile data | 
|---|
| 15 |  | 
|---|
| 16 | - DosSetFileLocksL: | 
|---|
| 17 | an offset with anything other than 0 in the top dword will only work | 
|---|
| 18 | on IFSes that support 64 bit access. For now, that's just JFS. Thus, | 
|---|
| 19 | your observation that this works on JFS and fails on HPFS is what | 
|---|
| 20 | we'd expect. | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.