mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 21:44:13 -04:00
Fix mixed unix / windows EOL
This commit is contained in:
parent
2372c16ba0
commit
45441a6da7
24 changed files with 278 additions and 255 deletions
|
@ -42,11 +42,12 @@ typedef BYTE uint8_t;
|
|||
typedef WORD uint16_t;
|
||||
typedef DWORD uint32_t;
|
||||
typedef INT32 int32_t;
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* STDINT_MSVC_H */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue