This website requires JavaScript.
탐색
도움말
로그인
crtxcr
/
looqs
보기
1
좋아요
0
포크
0
You've already forked looqs
코드
이슈
풀 리퀘스트
1
릴리즈
위키
활동
b137dec434
looqs
/
gui
/
ipc.h
11 lines
97 B
C
Raw
Normal View
히스토리
Unescape
Escape
GUI: Begin IPC mechanism to open files despite sandboxing
2021-09-28 21:44:09 +02:00
#
ifndef IPC_H
#
define IPC_H
enum
IPCCommand
{
DocOpen
,
IpcServer: Add addFile()
2022-04-24 12:34:34 +02:00
FileOpen
,
AddFile
,
GUI: Begin IPC mechanism to open files despite sandboxing
2021-09-28 21:44:09 +02:00
}
;
#
endif
// IPC_H
Copy Permalink