mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00: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"
|