mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
net\cmdLocalGroup.c(125): warning C4267: '=': conversion from 'size_t' to 'DWORD', possible loss of data net\cmdShare.c(115),(128),(142): warning C4267: '=': conversion from 'size_t' to 'INT', possible loss of data net\cmdUse.c(89),(178),(194): warning C4267: '=': conversion from 'size_t' to 'DWORD', possible loss of data net\cmdUser.c(597),(631),(676): warning C4267: '=': conversion from 'size_t' to 'INT', possible loss of data
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
#include <windef.h>
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Net Command"
|
|
#define REACTOS_STR_INTERNAL_NAME "net"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "net.exe"
|
|
#include <reactos/version.rc>
|
|
|
|
#include <net_msg.rc>
|