h46incon
Results
2
issues of
h46incon
libgo 比隔壁的协程库严谨很多,但现在有一个问题: libgo 使用 `go` 等宏提供 API,但这个名字没有前缀而且较短,宏也没有命名空间,担心可能会引起代码冲突。比如存在以下代码: ```cpp string go = "去吧,皮卡丘"; ``` 能否考虑支持编译选项自定义这些 API 的名字或前缀呢?
totalcommander.ahk文件中,第1133行开始: ``` : ControlGetFocus,CurrentFocus,AHK_CLASS TTOTAL_CMD if CurrentFocus not in TMyListBox2,TMyListBox1 return if CurrentFocus in TMyListBox2 SendPos(131) else SendPos(231) Return ``` 可用TC(版本8.0有,8.0以下不知道)内置命令: ``` ;序号是331 ``` 实现