mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[PSDK] Improve definition of CBR_BLOCK
The cast doesn't exist in native headers, but this causes warnings.
This commit is contained in:
parent
6756e1adaf
commit
252114a3a1
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ extern "C" {
|
|||
#define CBF_SKIP_DISCONNECTS 0x00200000
|
||||
#define CBF_SKIP_ALLNOTIFICATIONS 0x003c0000
|
||||
|
||||
#define CBR_BLOCK ((HDDEDATA)~0UL)
|
||||
#define CBR_BLOCK ((HDDEDATA)(LONG_PTR)-1)
|
||||
|
||||
/*
|
||||
* Application command flags
|
||||
|
|
Loading…
Reference in a new issue