mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
cacls\cacls.c(198): warning C4267: '=': conversion from 'size_t' to 'DWORD', possible loss of data
13 lines
159 B
C
13 lines
159 B
C
#pragma once
|
|
|
|
#include <stdarg.h>
|
|
#include <tchar.h>
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <sddl.h>
|
|
|
|
#include <conutils.h>
|
|
|
|
#include "resource.h"
|